object AddDL: TAddDL Left = 209 Top = 175 ActiveControl = edHost BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Add Url for download' ClientHeight = 270 ClientWidth = 498 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object MainPanel: TPanel Left = 0 Top = 0 Width = 498 Height = 270 Align = alClient BevelInner = bvLowered BorderWidth = 3 BorderStyle = bsSingle TabOrder = 0 object Panel3: TPanel Left = 247 Top = 41 Width = 242 Height = 220 BevelInner = bvLowered BorderWidth = 1 TabOrder = 0 object RxLabel6: TRxLabel Left = 7 Top = 43 Width = 101 Height = 14 Caption = 'Remote path of file :' end object RxLabel7: TRxLabel Left = 88 Top = 3 Width = 65 Height = 14 Caption = 'Remote file :' end object RxLabel1: TRxLabel Left = 6 Top = 83 Width = 96 Height = 14 Caption = 'Official host name :' end object RxLabel2: TRxLabel Left = 6 Top = 123 Width = 97 Height = 14 Caption = 'IP address of host :' end object RxLabel5: TRxLabel Left = 6 Top = 3 Width = 31 Height = 14 Caption = 'Port :' end object RxLabel3: TRxLabel Left = 155 Top = 82 Width = 63 Height = 14 Caption = 'User name :' end object RxLabel4: TRxLabel Left = 155 Top = 123 Width = 58 Height = 14 Caption = 'Password :' end object RxLabel11: TRxLabel Left = 99 Top = 164 Width = 51 Height = 14 Caption = 'Protocol :' end object Panel6: TPanel Left = 4 Top = 57 Width = 233 Height = 25 BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 0 object edPath: TEdit Left = 0 Top = 0 Width = 229 Height = 21 TabOrder = 0 end end object Panel7: TPanel Left = 86 Top = 17 Width = 151 Height = 25 BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 1 object edName: TEdit Left = 0 Top = 0 Width = 147 Height = 21 AutoSelect = False AutoSize = False TabOrder = 0 end end object Panel4: TPanel Left = 4 Top = 98 Width = 147 Height = 25 BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 2 object edHost: TEdit Left = 0 Top = 0 Width = 143 Height = 21 TabOrder = 0 end end object Panel11: TPanel Left = 4 Top = 138 Width = 147 Height = 25 BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 3 object edIP: TEdit Left = 0 Top = 0 Width = 143 Height = 21 TabOrder = 0 end end object Panel2: TPanel Left = 153 Top = 98 Width = 84 Height = 25 BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 4 object edUser: TEdit Left = 0 Top = 0 Width = 80 Height = 21 TabOrder = 0 Text = 'anonymous' end end object Panel12: TPanel Left = 153 Top = 138 Width = 84 Height = 25 BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 5 object edPass: TEdit Left = 0 Top = 0 Width = 80 Height = 21 TabOrder = 0 Text = 'user@' end end object Panel13: TPanel Left = 5 Top = 17 Width = 79 Height = 25 BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 6 object edPort: TEdit Left = 0 Top = 0 Width = 75 Height = 21 AutoSize = False TabOrder = 0 OnKeyPress = edPortKeyPress end end object Panel1: TPanel Left = 91 Top = 179 Width = 72 Height = 23 BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 7 object cbProto: TComboBox Left = 0 Top = 0 Width = 68 Height = 19 Style = csOwnerDrawFixed DropDownCount = 2 ItemHeight = 13 Items.Strings = ( 'ftp://' 'http://') TabOrder = 0 OnChange = cbProtoChange end end end object Panel5: TPanel Left = 5 Top = 5 Width = 484 Height = 36 Align = alTop BevelInner = bvLowered TabOrder = 1 object btAdd: TRxSpeedButton Left = 3 Top = 3 Width = 30 Height = 30 Flat = True GrayedInactive = False ParentShowHint = False OnClick = btAddClick end object btClose: TRxSpeedButton Left = 34 Top = 3 Width = 30 Height = 30 Flat = True GrayedInactive = False ParentShowHint = False OnClick = btCloseClick end end end object DirPanel: TPanel Left = 7 Top = 43 Width = 242 Height = 220 BevelInner = bvLowered BorderWidth = 1 Caption = 'DirPanel' TabOrder = 1 object RxLabel8: TRxLabel Left = 4 Top = 42 Width = 81 Height = 14 Caption = 'Local directory :' end object RxLabel10: TRxLabel Left = 5 Top = 3 Width = 60 Height = 14 Caption = 'Local disk :' end object RxLabel9: TRxLabel Left = 94 Top = 3 Width = 54 Height = 14 Caption = 'Local file :' end object PanelTree: TPanel Left = 4 Top = 84 Width = 233 Height = 131 BevelOuter = bvNone BorderStyle = bsSingle Caption = 'PanelTree' TabOrder = 0 object TreeView: TTreeView Left = 0 Top = 0 Width = 229 Height = 127 Indent = 19 OnEditing = TreeViewEditing OnEdited = TreeViewEdited OnExpanding = TreeViewExpanding OnCollapsing = TreeViewCollapsing Align = alClient SortType = stBoth TabOrder = 0 OnDblClick = TreeViewDblClick PopupMenu = PopupMenu1 ParentShowHint = False ShowHint = False Images = Images StateImages = Images end end object Panel8: TPanel Left = 4 Top = 57 Width = 233 Height = 25 BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 1 object LocDir: TEdit Left = 0 Top = 0 Width = 229 Height = 21 TabOrder = 0 end end object Panel9: TPanel Left = 5 Top = 18 Width = 86 Height = 23 BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 2 object DriveComboBox: TDriveComboBox Left = 0 Top = 0 Width = 82 Height = 19 TabOrder = 0 OnChange = DriveComboBoxChange end end object Panel10: TPanel Left = 93 Top = 17 Width = 144 Height = 25 BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 3 object LocName: TEdit Left = 0 Top = 0 Width = 140 Height = 21 AutoSelect = False AutoSize = False TabOrder = 0 end end end object Waiting: TPanel Left = 156 Top = 114 Width = 185 Height = 41 BevelInner = bvLowered Caption = 'Waiting any time ...' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 end object Images: TImageList ShareImages = True Left = 32 Top = 164 end object PopupMenu1: TPopupMenu Left = 62 Top = 164 object NewDir1: TMenuItem Caption = '&New Folder' OnClick = NewDir1Click end end end